home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX1.DIR / 00057.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  158 b   |  11 lines

  1. on enterFrame
  2.   set the visible of sprite 20 to 0
  3.   if rollOver(22) then
  4.     set the visible of sprite 20 to 1
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.